From: Florian Fainelli Date: Tue, 3 Apr 2007 21:02:05 +0000 (+0000) Subject: Add missing ending brackets (#1545) X-Git-Url: http://git.openwrt.org/%22https:/collectd.org///%22https:/collectd.org/?a=commitdiff_plain;h=1ddc97fff61b0f771e3b75bca5bdfc32f739160b;p=openwrt%2Fsvn-archive%2Fopenwrt.git Add missing ending brackets (#1545) SVN-Revision: 6854 --- diff --git a/openwrt/package/base-files/default/etc/init.d/S05nvram b/openwrt/package/base-files/default/etc/init.d/S05nvram index aa0ce3301e..0c2bfaef78 100755 --- a/openwrt/package/base-files/default/etc/init.d/S05nvram +++ b/openwrt/package/base-files/default/etc/init.d/S05nvram @@ -106,7 +106,7 @@ nvram_default lan_proto static [ "$boardnum" = "45" \ -a "$boardtype" = "0x042f" ] && { debug "### wl-500g premium hacks ###" - [ -z "$(nvram get lan_ifnames_t)" || { + [ -z "$(nvram get lan_ifnames_t)" ] || { # hasn't been remapped yet, revert the vlan1 config as well, because # it defaults to "0 5u", which we can't use. # use lan_ifnames_t as an indicator of whether the config was made